/vendor
/node_modules
/public/build
.env
.env.backup
.phpunit.result.cache
/storage/*.key
/storage/framework/cache/*
!/storage/framework/cache/.gitkeep
/storage/framework/sessions/*
!/storage/framework/sessions/.gitkeep
/storage/framework/views/*
!/storage/framework/views/.gitkeep
/storage/framework/testing/*
/storage/logs/*
!/storage/logs/.gitkeep
/bootstrap/cache/*
!/bootstrap/cache/.gitkeep
/database/database.sqlite
/storage/app/ADMIN_CREDENTIALS.txt
# Local backup destination (config/filesystems.php's 'local' disk root,
# used by spatie/laravel-backup) — every zip here contains a full
# database dump AND a copy of .env (all credentials, APP_KEY). Must never
# reach git regardless of whether archive encryption is turned on.
/storage/app/private
Homestead.json
Homestead.yaml
.idea
.vscode
